home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Publication 50
/
Publication_50_2003_Civitas_de_Disk_2_of_2_Side_B.d64
/
bas3x4 1
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
202b
|
13 lines
0 print"[147]";:
1 poke53272,29
10 a=7169
20 b=14:c=2
21 ifb=12thenc=3
30 fori=0to3
40 forx=0toc
50 poke1024+i*40+x,peek((a+b*3)+i*256+x)
60 nextx
70 nexti
80 c=2:geta$:on-(a$="")goto80
90 ifa$="+"thenb=b+1:print"[147]";:goto21